module Base
{

    item Military_Shirt_Classic-Black
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Shirt (Black),
        ClothingItem = Military_Shirt_Classic-Black,
        BodyLocation = base:Shirt,
        BloodLocation = ShirtLongSleeves,
        IconsForTexture = Military_Shirt_Classic-Black;Military_Shirt_Classic-BlackPlain,
        ScratchDefense = 15,
        BiteDefense = 10,
        Insulation = 0.35,
        WindResistance = 0.2,
	  Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

    item Military_Shirt_Classic-Desert
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Shirt (Desert),
        ClothingItem = Military_Shirt_Classic-Desert,
        BodyLocation = base:Shirt,
        BloodLocation = ShirtLongSleeves,
        IconsForTexture = Military_Shirt_Classic-Desert;Military_Shirt_Classic-DesertPlain,
        ScratchDefense = 15,
        BiteDefense = 10,
        Insulation = 0.35,
        WindResistance = 0.2,
	  Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

    item Military_Shirt_Classic-Green
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Shirt (Green),
        ClothingItem = Military_Shirt_Classic-Green,
        BodyLocation = base:Shirt,
        BloodLocation = ShirtLongSleeves,
        IconsForTexture = Military_Shirt_Classic-Green;Military_Shirt_Classic-GreenPlain,
        ScratchDefense = 15,
        BiteDefense = 10,
        Insulation = 0.35,
        WindResistance = 0.2,
	  Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

    item Military_Shirt_Classic-White
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Shirt (White),
        ClothingItem = Military_Shirt_Classic-White,
        BodyLocation = base:Shirt,
        BloodLocation = ShirtLongSleeves,
        IconsForTexture = Military_Shirt_Classic-White;Military_Shirt_Classic-WhitePlain,
        ScratchDefense = 15,
        BiteDefense = 10,
        Insulation = 0.35,
        WindResistance = 0.2,
	  Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }





    item Military_Shirt_ShortSleeveShirt-Black
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Short Sleeve Shirt (Black),
        ClothingItem = Military_Shirt_ShortSleeveShirt-Black,
        BodyLocation = base:Shirt,
        BloodLocation = Shirt,
        IconsForTexture = Military_Shirt_ShortSleeveShirt-Black;Military_Shirt_ShortSleeveShirt-BlackPlain,
        ScratchDefense = 15,
        BiteDefense = 10,
        Insulation = 0.35,
        WindResistance = 0.2,
	  Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

    item Military_Shirt_ShortSleeveShirt-Desert
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Short Sleeve Shirt (Desert),
        ClothingItem = Military_Shirt_ShortSleeveShirt-Desert,
        BodyLocation = base:Shirt,
        BloodLocation = Shirt,
        IconsForTexture = Military_Shirt_ShortSleeveShirt-Desert;Military_Shirt_ShortSleeveShirt-DesertPlain,
        ScratchDefense = 15,
        BiteDefense = 10,
        Insulation = 0.35,
        WindResistance = 0.2,
	  Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

    item Military_Shirt_ShortSleeveShirt-Green
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Short Sleeve Shirt (Green),
        ClothingItem = Military_Shirt_ShortSleeveShirt-Green,
        BodyLocation = base:Shirt,
        BloodLocation = Shirt,
        IconsForTexture = Military_Shirt_ShortSleeveShirt-Green;Military_Shirt_ShortSleeveShirt-GreenPlain,
        ScratchDefense = 15,
        BiteDefense = 10,
        Insulation = 0.35,
        WindResistance = 0.2,
	  Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

    item Military_Shirt_ShortSleeveShirt-White
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Short Sleeve Shirt (White),
        ClothingItem = Military_Shirt_ShortSleeveShirt-White,
        BodyLocation = base:Shirt,
        BloodLocation = Shirt,
        IconsForTexture = Military_Shirt_ShortSleeveShirt-White;Military_Shirt_ShortSleeveShirt-WhitePlain,
        ScratchDefense = 15,
        BiteDefense = 10,
        Insulation = 0.35,
        WindResistance = 0.2,
	  Weight = 0.1,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }



}
